home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 60 / Cine Live 60.iso / pc / Data / Interface / boucle videos.k < prev    next >
Encoding:
Text File  |  2002-08-08  |  44.8 KB  |  1,226 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000130,$00000030,$0000024E,$00000383,$FFFFFFC9,$FFFFDE31,$00000000,$00000000};
  6.         LayoutWindow is {$00000391,$00000129,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; Cursor is oEmptyCursor; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     Kind is DrawOpaque; 
  14.     Elements is [
  15.         oFond2,
  16.         oVid_o3,
  17.         oController4
  18.     ];
  19.     Events is [
  20.         cOnscreenEvent
  21.         with 
  22.             Commands is [
  23.                 cTokenCommand
  24.                 with Flags is $00000004; TokenName is "StopMenu"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  25.                 cTokenCommand
  26.                 with Flags is $00000004; TokenName is "StopMusique"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  27.                 cDoCookieCommand
  28.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
  29.             ];
  30.         end,
  31.         cKeyboardEvent
  32.         with Value is "+"; 
  33.             Commands is [
  34.                 cSetVolumeCommand
  35.                 with Mode is ExecuteHigher; end
  36.             ];
  37.         end,
  38.         cKeyboardEvent
  39.         with Value is "-"; 
  40.             Commands is [
  41.                 cSetVolumeCommand
  42.                 with Flags is $00000004; Mode is ExecuteLower; end
  43.             ];
  44.         end,
  45.         cKeyboardEvent
  46.         with Value is "m"; 
  47.             Commands is [
  48.                 cRunCommand
  49.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  50.             ];
  51.         end
  52.     ];
  53. end;
  54.  
  55. object oFond2 is cImage
  56. with 
  57.     Flags is $00000150; 
  58.     Name is "Fond"; 
  59.     Enabled is false; Cursor is oEmptyCursor; 
  60.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  61.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  62.     Duration is 5; Duration is 5; TimeScale is 1; 
  63.     URL is "../Images/loadingboucle.jpg"; 
  64.     
  65.     
  66.     Events is [
  67.         cOnscreenEvent
  68.         with Flags is $00000004; 
  69.             Commands is [
  70.                 cRunCommand
  71.                 with Flags is $00000004; Target is oTargetSelf; end,
  72.                 cFocusCommand
  73.                 with Flags is $00000004; Target is oTargetSelf; end,
  74.                 cTokenCommand
  75.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  76.             ];
  77.         end,
  78.         cFinishedEvent
  79.         with Flags is $00000004; 
  80.             Commands is [
  81.                 cShowCommand
  82.                 with Flags is $00000004; Target is oController4; end,
  83.                 cEnableCommand
  84.                 with Flags is $00000004; Target is oController4; end,
  85.                 cFocusCommand
  86.                 with Flags is $00000004; Target is oController4; end,
  87.                 cTokenCommand
  88.                 with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
  89.             ];
  90.         end
  91.     ];
  92. end;
  93.  
  94. object oVid_o3 is cMPEGMovie
  95. with 
  96.     Flags is $00000010; 
  97.     Name is "Vid\$E9o"; 
  98.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  99.     
  100.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  101.     
  102.     URL is "../Videos/reddragon.mpg"; 
  103.     Events is [
  104.         cFinishedEvent
  105.         with 
  106.             Commands is [
  107.                 cTokenCommand
  108.                 with TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
  109.             ];
  110.         end
  111.     ];
  112. end;
  113.  
  114. object oController4 is cBox
  115. with 
  116.     Flags is $00000054; 
  117.     Name is "Controller"; 
  118.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  119.     
  120.     Width is 640; Height is 480; 
  121.     
  122.     
  123.     Events is [
  124.         cKeyboardEvent
  125.         with Flags is $00000004; Test is IsSpace; 
  126.             Commands is [
  127.                 cDoCookieCommand
  128.                 with Flags is $00000004; CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
  129.                 cIfCookieCommand
  130.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "1"; 
  131.                     Commands is [
  132.                         cShowCommand
  133.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  134.                         cRunCommand
  135.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  136.                         cEnableCommand
  137.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  138.                         cSwitchURLCommand
  139.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/reddragon.mpg"; end,
  140.                         cShowCommand
  141.                         with Flags is $00000004; Target is oVid_o3; end,
  142.                         cRunCommand
  143.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  144.                         cEnableCommand
  145.                         with Flags is $00000004; Target is oVid_o3; end
  146.                     ];
  147.                 end,
  148.                 cIfCookieCommand
  149.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "2"; 
  150.                     Commands is [
  151.                         cShowCommand
  152.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  153.                         cRunCommand
  154.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  155.                         cEnableCommand
  156.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  157.                         cSwitchURLCommand
  158.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/bonus.mpg"; end,
  159.                         cShowCommand
  160.                         with Flags is $00000004; Target is oVid_o3; end,
  161.                         cRunCommand
  162.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  163.                         cEnableCommand
  164.                         with Flags is $00000004; Target is oVid_o3; end
  165.                     ];
  166.                 end,
  167.                 cIfCookieCommand
  168.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "3"; 
  169.                     Commands is [
  170.                         cShowCommand
  171.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  172.                         cRunCommand
  173.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  174.                         cEnableCommand
  175.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  176.                         cSwitchURLCommand
  177.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus2.mpg"; end,
  178.                         cShowCommand
  179.                         with Flags is $00000004; Target is oVid_o3; end,
  180.                         cRunCommand
  181.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  182.                         cEnableCommand
  183.                         with Flags is $00000004; Target is oVid_o3; end
  184.                     ];
  185.                 end,
  186.                 cIfCookieCommand
  187.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "4"; 
  188.                     Commands is [
  189.                         cShowCommand
  190.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  191.                         cRunCommand
  192.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  193.                         cEnableCommand
  194.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  195.                         cSwitchURLCommand
  196.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus3.mpg"; end,
  197.                         cShowCommand
  198.                         with Flags is $00000004; Target is oVid_o3; end,
  199.                         cRunCommand
  200.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  201.                         cEnableCommand
  202.                         with Flags is $00000004; Target is oVid_o3; end
  203.                     ];
  204.                 end,
  205.                 cIfCookieCommand
  206.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "5"; 
  207.                     Commands is [
  208.                         cShowCommand
  209.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  210.                         cRunCommand
  211.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  212.                         cEnableCommand
  213.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  214.                         cSwitchURLCommand
  215.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a1.mpg"; end,
  216.                         cShowCommand
  217.                         with Flags is $00000004; Target is oVid_o3; end,
  218.                         cRunCommand
  219.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  220.                         cEnableCommand
  221.                         with Flags is $00000004; Target is oVid_o3; end
  222.                     ];
  223.                 end,
  224.                 cIfCookieCommand
  225.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "6"; 
  226.                     Commands is [
  227.                         cShowCommand
  228.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  229.                         cRunCommand
  230.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  231.                         cEnableCommand
  232.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  233.                         cSwitchURLCommand
  234.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a2.mpg"; end,
  235.                         cShowCommand
  236.                         with Flags is $00000004; Target is oVid_o3; end,
  237.                         cRunCommand
  238.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  239.                         cEnableCommand
  240.                         with Flags is $00000004; Target is oVid_o3; end
  241.                     ];
  242.                 end,
  243.                 cIfCookieCommand
  244.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "7"; 
  245.                     Commands is [
  246.                         cShowCommand
  247.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  248.                         cRunCommand
  249.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  250.                         cEnableCommand
  251.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  252.                         cSwitchURLCommand
  253.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a3.mpg"; end,
  254.                         cShowCommand
  255.                         with Flags is $00000004; Target is oVid_o3; end,
  256.                         cRunCommand
  257.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  258.                         cEnableCommand
  259.                         with Flags is $00000004; Target is oVid_o3; end
  260.                     ];
  261.                 end,
  262.                 cIfCookieCommand
  263.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "8"; 
  264.                     Commands is [
  265.                         cShowCommand
  266.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  267.                         cRunCommand
  268.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  269.                         cEnableCommand
  270.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  271.                         cSwitchURLCommand
  272.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a4.mpg"; end,
  273.                         cShowCommand
  274.                         with Flags is $00000004; Target is oVid_o3; end,
  275.                         cRunCommand
  276.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  277.                         cEnableCommand
  278.                         with Flags is $00000004; Target is oVid_o3; end
  279.                     ];
  280.                 end,
  281.                 cIfCookieCommand
  282.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "9"; 
  283.                     Commands is [
  284.                         cShowCommand
  285.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  286.                         cRunCommand
  287.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  288.                         cEnableCommand
  289.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  290.                         cSwitchURLCommand
  291.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
  292.                         cShowCommand
  293.                         with Flags is $00000004; Target is oVid_o3; end,
  294.                         cRunCommand
  295.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  296.                         cEnableCommand
  297.                         with Flags is $00000004; Target is oVid_o3; end
  298.                     ];
  299.                 end,
  300.                 cIfCookieCommand
  301.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "10"; 
  302.                     Commands is [
  303.                         cShowCommand
  304.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  305.                         cRunCommand
  306.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  307.                         cEnableCommand
  308.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  309.                         cSwitchURLCommand
  310.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
  311.                         cShowCommand
  312.                         with Flags is $00000004; Target is oVid_o3; end,
  313.                         cRunCommand
  314.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  315.                         cEnableCommand
  316.                         with Flags is $00000004; Target is oVid_o3; end
  317.                     ];
  318.                 end,
  319.                 cIfCookieCommand
  320.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "11"; 
  321.                     Commands is [
  322.                         cShowCommand
  323.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  324.                         cRunCommand
  325.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  326.                         cEnableCommand
  327.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  328.                         cSwitchURLCommand
  329.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s10.mpg"; end,
  330.                         cShowCommand
  331.                         with Flags is $00000004; Target is oVid_o3; end,
  332.                         cRunCommand
  333.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  334.                         cEnableCommand
  335.                         with Flags is $00000004; Target is oVid_o3; end
  336.                     ];
  337.                 end,
  338.                 cIfCookieCommand
  339.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "12"; 
  340.                     Commands is [
  341.                         cShowCommand
  342.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  343.                         cRunCommand
  344.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  345.                         cEnableCommand
  346.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  347.                         cSwitchURLCommand
  348.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
  349.                         cShowCommand
  350.                         with Flags is $00000004; Target is oVid_o3; end,
  351.                         cRunCommand
  352.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  353.                         cEnableCommand
  354.                         with Flags is $00000004; Target is oVid_o3; end
  355.                     ];
  356.                 end,
  357.                 cIfCookieCommand
  358.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "13"; 
  359.                     Commands is [
  360.                         cShowCommand
  361.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  362.                         cRunCommand
  363.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  364.                         cEnableCommand
  365.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  366.                         cSwitchURLCommand
  367.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
  368.                         cShowCommand
  369.                         with Flags is $00000004; Target is oVid_o3; end,
  370.                         cRunCommand
  371.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  372.                         cEnableCommand
  373.                         with Flags is $00000004; Target is oVid_o3; end
  374.                     ];
  375.                 end,
  376.                 cIfCookieCommand
  377.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "14"; 
  378.                     Commands is [
  379.                         cShowCommand
  380.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  381.                         cRunCommand
  382.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  383.                         cEnableCommand
  384.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  385.                         cSwitchURLCommand
  386.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
  387.                         cShowCommand
  388.                         with Flags is $00000004; Target is oVid_o3; end,
  389.                         cRunCommand
  390.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  391.                         cEnableCommand
  392.                         with Flags is $00000004; Target is oVid_o3; end
  393.                     ];
  394.                 end,
  395.                 cIfCookieCommand
  396.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "15"; 
  397.                     Commands is [
  398.                         cShowCommand
  399.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  400.                         cRunCommand
  401.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  402.                         cEnableCommand
  403.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  404.                         cSwitchURLCommand
  405.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
  406.                         cShowCommand
  407.                         with Flags is $00000004; Target is oVid_o3; end,
  408.                         cRunCommand
  409.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  410.                         cEnableCommand
  411.                         with Flags is $00000004; Target is oVid_o3; end
  412.                     ];
  413.                 end,
  414.                 cIfCookieCommand
  415.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "16"; 
  416.                     Commands is [
  417.                         cShowCommand
  418.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  419.                         cRunCommand
  420.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  421.                         cEnableCommand
  422.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  423.                         cSwitchURLCommand
  424.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
  425.                         cShowCommand
  426.                         with Flags is $00000004; Target is oVid_o3; end,
  427.                         cRunCommand
  428.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  429.                         cEnableCommand
  430.                         with Flags is $00000004; Target is oVid_o3; end
  431.                     ];
  432.                 end,
  433.                 cIfCookieCommand
  434.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "17"; 
  435.                     Commands is [
  436.                         cShowCommand
  437.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  438.                         cRunCommand
  439.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  440.                         cEnableCommand
  441.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  442.                         cSwitchURLCommand
  443.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
  444.                         cShowCommand
  445.                         with Flags is $00000004; Target is oVid_o3; end,
  446.                         cRunCommand
  447.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  448.                         cEnableCommand
  449.                         with Flags is $00000004; Target is oVid_o3; end
  450.                     ];
  451.                 end,
  452.                 cIfCookieCommand
  453.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "18"; 
  454.                     Commands is [
  455.                         cShowCommand
  456.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  457.                         cRunCommand
  458.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  459.                         cEnableCommand
  460.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  461.                         cSwitchURLCommand
  462.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
  463.                         cShowCommand
  464.                         with Flags is $00000004; Target is oVid_o3; end,
  465.                         cRunCommand
  466.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  467.                         cEnableCommand
  468.                         with Flags is $00000004; Target is oVid_o3; end
  469.                     ];
  470.                 end,
  471.                 cIfCookieCommand
  472.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "19"; 
  473.                     Commands is [
  474.                         cEnableCommand
  475.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  476.                         cShowCommand
  477.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  478.                         cRunCommand
  479.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  480.                         cSwitchURLCommand
  481.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
  482.                         cEnableCommand
  483.                         with Flags is $00000004; Target is oVid_o3; end,
  484.                         cShowCommand
  485.                         with Flags is $00000004; Target is oVid_o3; end,
  486.                         cRunCommand
  487.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end
  488.                     ];
  489.                 end,
  490.                 cIfCookieCommand
  491.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "20"; 
  492.                     Commands is [
  493.                         cShowCommand
  494.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  495.                         cRunCommand
  496.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  497.                         cEnableCommand
  498.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  499.                         cSwitchURLCommand
  500.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
  501.                         cShowCommand
  502.                         with Flags is $00000004; Target is oVid_o3; end,
  503.                         cRunCommand
  504.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  505.                         cEnableCommand
  506.                         with Flags is $00000004; Target is oVid_o3; end
  507.                     ];
  508.                 end,
  509.                 cIfCookieCommand
  510.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "21"; 
  511.                     Commands is [
  512.                         cShowCommand
  513.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  514.                         cRunCommand
  515.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  516.                         cEnableCommand
  517.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  518.                         cSwitchURLCommand
  519.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s9.mpg"; end,
  520.                         cShowCommand
  521.                         with Flags is $00000004; Target is oVid_o3; end,
  522.                         cRunCommand
  523.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  524.                         cEnableCommand
  525.                         with Flags is $00000004; Target is oVid_o3; end
  526.                     ];
  527.                 end,
  528.                 cIfCookieCommand
  529.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "22"; 
  530.                     Commands is [
  531.                         cShowCommand
  532.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  533.                         cRunCommand
  534.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  535.                         cEnableCommand
  536.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  537.                         cSwitchURLCommand
  538.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r1.mpg"; end,
  539.                         cShowCommand
  540.                         with Flags is $00000004; Target is oVid_o3; end,
  541.                         cRunCommand
  542.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  543.                         cEnableCommand
  544.                         with Flags is $00000004; Target is oVid_o3; end
  545.                     ];
  546.                 end,
  547.                 cIfCookieCommand
  548.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "23"; 
  549.                     Commands is [
  550.                         cShowCommand
  551.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  552.                         cRunCommand
  553.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  554.                         cEnableCommand
  555.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  556.                         cSwitchURLCommand
  557.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r2.mpg"; end,
  558.                         cShowCommand
  559.                         with Flags is $00000004; Target is oVid_o3; end,
  560.                         cRunCommand
  561.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  562.                         cEnableCommand
  563.                         with Flags is $00000004; Target is oVid_o3; end
  564.                     ];
  565.                 end,
  566.                 cIfCookieCommand
  567.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "24"; 
  568.                     Commands is [
  569.                         cShowCommand
  570.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  571.                         cRunCommand
  572.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  573.                         cEnableCommand
  574.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  575.                         cSwitchURLCommand
  576.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r3.mpg"; end,
  577.                         cShowCommand
  578.                         with Flags is $00000004; Target is oVid_o3; end,
  579.                         cRunCommand
  580.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  581.                         cEnableCommand
  582.                         with Flags is $00000004; Target is oVid_o3; end
  583.                     ];
  584.                 end,
  585.                 cIfCookieCommand
  586.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "25"; 
  587.                     Commands is [
  588.                         cShowCommand
  589.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  590.                         cRunCommand
  591.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  592.                         cEnableCommand
  593.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  594.                         cSwitchURLCommand
  595.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r4.mpg"; end,
  596.                         cShowCommand
  597.                         with Flags is $00000004; Target is oVid_o3; end,
  598.                         cRunCommand
  599.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  600.                         cEnableCommand
  601.                         with Flags is $00000004; Target is oVid_o3; end
  602.                     ];
  603.                 end,
  604.                 cIfCookieCommand
  605.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "26"; 
  606.                     Commands is [
  607.                         cShowCommand
  608.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  609.                         cRunCommand
  610.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  611.                         cEnableCommand
  612.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  613.                         cSwitchURLCommand
  614.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
  615.                         cShowCommand
  616.                         with Flags is $00000004; Target is oVid_o3; end,
  617.                         cRunCommand
  618.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  619.                         cEnableCommand
  620.                         with Flags is $00000004; Target is oVid_o3; end
  621.                     ];
  622.                 end,
  623.                 cIfCookieCommand
  624.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "27"; 
  625.                     Commands is [
  626.                         cShowCommand
  627.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  628.                         cRunCommand
  629.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  630.                         cEnableCommand
  631.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  632.                         cSwitchURLCommand
  633.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v1bis.mpg"; end,
  634.                         cShowCommand
  635.                         with Flags is $00000004; Target is oVid_o3; end,
  636.                         cRunCommand
  637.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  638.                         cEnableCommand
  639.                         with Flags is $00000004; Target is oVid_o3; end
  640.                     ];
  641.                 end,
  642.                 cIfCookieCommand
  643.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "28"; 
  644.                     Commands is [
  645.                         cShowCommand
  646.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  647.                         cRunCommand
  648.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  649.                         cEnableCommand
  650.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  651.                         cSwitchURLCommand
  652.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v2.mpg"; end,
  653.                         cShowCommand
  654.                         with Flags is $00000004; Target is oVid_o3; end,
  655.                         cRunCommand
  656.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  657.                         cEnableCommand
  658.                         with Flags is $00000004; Target is oVid_o3; end,
  659.                         cDoCookieCommand
  660.                         with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
  661.                     ];
  662.                 end
  663.             ];
  664.         end,
  665.         cTokenEvent
  666.         with Flags is $00000004; MessageData is "EndMovie"; 
  667.             Commands is [
  668.                 cDoCookieCommand
  669.                 with Flags is $00000004; CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
  670.                 cDragCommand
  671.                 with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
  672.                 cGrowCommand
  673.                 with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
  674.                 cIfCookieCommand
  675.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "1"; 
  676.                     Commands is [
  677.                         cShowCommand
  678.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  679.                         cRunCommand
  680.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  681.                         cEnableCommand
  682.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  683.                         cSwitchURLCommand
  684.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/reddragon.mpg"; end,
  685.                         cShowCommand
  686.                         with Flags is $00000004; Target is oVid_o3; end,
  687.                         cRunCommand
  688.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  689.                         cEnableCommand
  690.                         with Flags is $00000004; Target is oVid_o3; end
  691.                     ];
  692.                 end,
  693.                 cIfCookieCommand
  694.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "2"; 
  695.                     Commands is [
  696.                         cShowCommand
  697.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  698.                         cRunCommand
  699.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  700.                         cEnableCommand
  701.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  702.                         cSwitchURLCommand
  703.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/bonus.mpg"; end,
  704.                         cShowCommand
  705.                         with Flags is $00000004; Target is oVid_o3; end,
  706.                         cRunCommand
  707.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  708.                         cEnableCommand
  709.                         with Flags is $00000004; Target is oVid_o3; end
  710.                     ];
  711.                 end,
  712.                 cIfCookieCommand
  713.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "3"; 
  714.                     Commands is [
  715.                         cShowCommand
  716.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  717.                         cRunCommand
  718.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  719.                         cEnableCommand
  720.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  721.                         cSwitchURLCommand
  722.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus2.mpg"; end,
  723.                         cShowCommand
  724.                         with Flags is $00000004; Target is oVid_o3; end,
  725.                         cRunCommand
  726.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  727.                         cEnableCommand
  728.                         with Flags is $00000004; Target is oVid_o3; end
  729.                     ];
  730.                 end,
  731.                 cIfCookieCommand
  732.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "4"; 
  733.                     Commands is [
  734.                         cShowCommand
  735.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  736.                         cRunCommand
  737.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  738.                         cEnableCommand
  739.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  740.                         cSwitchURLCommand
  741.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus3.mpg"; end,
  742.                         cShowCommand
  743.                         with Flags is $00000004; Target is oVid_o3; end,
  744.                         cRunCommand
  745.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  746.                         cEnableCommand
  747.                         with Flags is $00000004; Target is oVid_o3; end
  748.                     ];
  749.                 end,
  750.                 cIfCookieCommand
  751.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "5"; 
  752.                     Commands is [
  753.                         cShowCommand
  754.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  755.                         cRunCommand
  756.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  757.                         cEnableCommand
  758.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  759.                         cSwitchURLCommand
  760.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a1.mpg"; end,
  761.                         cShowCommand
  762.                         with Flags is $00000004; Target is oVid_o3; end,
  763.                         cRunCommand
  764.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  765.                         cEnableCommand
  766.                         with Flags is $00000004; Target is oVid_o3; end
  767.                     ];
  768.                 end,
  769.                 cIfCookieCommand
  770.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "6"; 
  771.                     Commands is [
  772.                         cShowCommand
  773.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  774.                         cRunCommand
  775.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  776.                         cEnableCommand
  777.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  778.                         cSwitchURLCommand
  779.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a2.mpg"; end,
  780.                         cShowCommand
  781.                         with Flags is $00000004; Target is oVid_o3; end,
  782.                         cRunCommand
  783.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  784.                         cEnableCommand
  785.                         with Flags is $00000004; Target is oVid_o3; end
  786.                     ];
  787.                 end,
  788.                 cIfCookieCommand
  789.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "7"; 
  790.                     Commands is [
  791.                         cShowCommand
  792.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  793.                         cRunCommand
  794.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  795.                         cEnableCommand
  796.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  797.                         cSwitchURLCommand
  798.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a3.mpg"; end,
  799.                         cShowCommand
  800.                         with Flags is $00000004; Target is oVid_o3; end,
  801.                         cRunCommand
  802.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  803.                         cEnableCommand
  804.                         with Flags is $00000004; Target is oVid_o3; end
  805.                     ];
  806.                 end,
  807.                 cIfCookieCommand
  808.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "8"; 
  809.                     Commands is [
  810.                         cShowCommand
  811.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  812.                         cRunCommand
  813.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  814.                         cEnableCommand
  815.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  816.                         cSwitchURLCommand
  817.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a4.mpg"; end,
  818.                         cShowCommand
  819.                         with Flags is $00000004; Target is oVid_o3; end,
  820.                         cRunCommand
  821.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  822.                         cEnableCommand
  823.                         with Flags is $00000004; Target is oVid_o3; end
  824.                     ];
  825.                 end,
  826.                 cIfCookieCommand
  827.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "9"; 
  828.                     Commands is [
  829.                         cShowCommand
  830.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  831.                         cRunCommand
  832.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  833.                         cEnableCommand
  834.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  835.                         cSwitchURLCommand
  836.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
  837.                         cShowCommand
  838.                         with Flags is $00000004; Target is oVid_o3; end,
  839.                         cRunCommand
  840.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  841.                         cEnableCommand
  842.                         with Flags is $00000004; Target is oVid_o3; end
  843.                     ];
  844.                 end,
  845.                 cIfCookieCommand
  846.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "10"; 
  847.                     Commands is [
  848.                         cShowCommand
  849.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  850.                         cRunCommand
  851.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  852.                         cEnableCommand
  853.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  854.                         cSwitchURLCommand
  855.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
  856.                         cShowCommand
  857.                         with Flags is $00000004; Target is oVid_o3; end,
  858.                         cRunCommand
  859.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  860.                         cEnableCommand
  861.                         with Flags is $00000004; Target is oVid_o3; end
  862.                     ];
  863.                 end,
  864.                 cIfCookieCommand
  865.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "11"; 
  866.                     Commands is [
  867.                         cShowCommand
  868.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  869.                         cRunCommand
  870.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  871.                         cEnableCommand
  872.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  873.                         cSwitchURLCommand
  874.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s10.mpg"; end,
  875.                         cShowCommand
  876.                         with Flags is $00000004; Target is oVid_o3; end,
  877.                         cRunCommand
  878.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  879.                         cEnableCommand
  880.                         with Flags is $00000004; Target is oVid_o3; end
  881.                     ];
  882.                 end,
  883.                 cIfCookieCommand
  884.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "12"; 
  885.                     Commands is [
  886.                         cShowCommand
  887.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  888.                         cRunCommand
  889.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  890.                         cEnableCommand
  891.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  892.                         cSwitchURLCommand
  893.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
  894.                         cShowCommand
  895.                         with Flags is $00000004; Target is oVid_o3; end,
  896.                         cRunCommand
  897.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  898.                         cEnableCommand
  899.                         with Flags is $00000004; Target is oVid_o3; end
  900.                     ];
  901.                 end,
  902.                 cIfCookieCommand
  903.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "13"; 
  904.                     Commands is [
  905.                         cShowCommand
  906.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  907.                         cRunCommand
  908.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  909.                         cEnableCommand
  910.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  911.                         cSwitchURLCommand
  912.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
  913.                         cShowCommand
  914.                         with Flags is $00000004; Target is oVid_o3; end,
  915.                         cRunCommand
  916.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  917.                         cEnableCommand
  918.                         with Flags is $00000004; Target is oVid_o3; end
  919.                     ];
  920.                 end,
  921.                 cIfCookieCommand
  922.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "14"; 
  923.                     Commands is [
  924.                         cShowCommand
  925.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  926.                         cRunCommand
  927.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  928.                         cEnableCommand
  929.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  930.                         cSwitchURLCommand
  931.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
  932.                         cShowCommand
  933.                         with Flags is $00000004; Target is oVid_o3; end,
  934.                         cRunCommand
  935.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  936.                         cEnableCommand
  937.                         with Flags is $00000004; Target is oVid_o3; end
  938.                     ];
  939.                 end,
  940.                 cIfCookieCommand
  941.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "15"; 
  942.                     Commands is [
  943.                         cShowCommand
  944.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  945.                         cRunCommand
  946.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  947.                         cEnableCommand
  948.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  949.                         cSwitchURLCommand
  950.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
  951.                         cShowCommand
  952.                         with Flags is $00000004; Target is oVid_o3; end,
  953.                         cRunCommand
  954.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  955.                         cEnableCommand
  956.                         with Flags is $00000004; Target is oVid_o3; end
  957.                     ];
  958.                 end,
  959.                 cIfCookieCommand
  960.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "16"; 
  961.                     Commands is [
  962.                         cShowCommand
  963.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  964.                         cRunCommand
  965.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  966.                         cEnableCommand
  967.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  968.                         cSwitchURLCommand
  969.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
  970.                         cShowCommand
  971.                         with Flags is $00000004; Target is oVid_o3; end,
  972.                         cRunCommand
  973.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  974.                         cEnableCommand
  975.                         with Flags is $00000004; Target is oVid_o3; end
  976.                     ];
  977.                 end,
  978.                 cIfCookieCommand
  979.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "17"; 
  980.                     Commands is [
  981.                         cShowCommand
  982.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  983.                         cRunCommand
  984.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  985.                         cEnableCommand
  986.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  987.                         cSwitchURLCommand
  988.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
  989.                         cShowCommand
  990.                         with Flags is $00000004; Target is oVid_o3; end,
  991.                         cRunCommand
  992.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  993.                         cEnableCommand
  994.                         with Flags is $00000004; Target is oVid_o3; end
  995.                     ];
  996.                 end,
  997.                 cIfCookieCommand
  998.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "18"; 
  999.                     Commands is [
  1000.                         cShowCommand
  1001.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1002.                         cRunCommand
  1003.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1004.                         cEnableCommand
  1005.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1006.                         cSwitchURLCommand
  1007.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
  1008.                         cShowCommand
  1009.                         with Flags is $00000004; Target is oVid_o3; end,
  1010.                         cRunCommand
  1011.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1012.                         cEnableCommand
  1013.                         with Flags is $00000004; Target is oVid_o3; end
  1014.                     ];
  1015.                 end,
  1016.                 cIfCookieCommand
  1017.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "19"; 
  1018.                     Commands is [
  1019.                         cShowCommand
  1020.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1021.                         cRunCommand
  1022.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1023.                         cEnableCommand
  1024.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1025.                         cSwitchURLCommand
  1026.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
  1027.                         cShowCommand
  1028.                         with Flags is $00000004; Target is oVid_o3; end,
  1029.                         cRunCommand
  1030.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1031.                         cEnableCommand
  1032.                         with Flags is $00000004; Target is oVid_o3; end
  1033.                     ];
  1034.                 end,
  1035.                 cIfCookieCommand
  1036.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "20"; 
  1037.                     Commands is [
  1038.                         cShowCommand
  1039.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1040.                         cRunCommand
  1041.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1042.                         cEnableCommand
  1043.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1044.                         cSwitchURLCommand
  1045.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
  1046.                         cShowCommand
  1047.                         with Flags is $00000004; Target is oVid_o3; end,
  1048.                         cRunCommand
  1049.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1050.                         cEnableCommand
  1051.                         with Flags is $00000004; Target is oVid_o3; end
  1052.                     ];
  1053.                 end,
  1054.                 cIfCookieCommand
  1055.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "21"; 
  1056.                     Commands is [
  1057.                         cShowCommand
  1058.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1059.                         cRunCommand
  1060.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1061.                         cEnableCommand
  1062.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1063.                         cSwitchURLCommand
  1064.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s9.mpg"; end,
  1065.                         cShowCommand
  1066.                         with Flags is $00000004; Target is oVid_o3; end,
  1067.                         cRunCommand
  1068.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1069.                         cEnableCommand
  1070.                         with Flags is $00000004; Target is oVid_o3; end
  1071.                     ];
  1072.                 end,
  1073.                 cIfCookieCommand
  1074.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "22"; 
  1075.                     Commands is [
  1076.                         cShowCommand
  1077.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1078.                         cRunCommand
  1079.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1080.                         cEnableCommand
  1081.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1082.                         cSwitchURLCommand
  1083.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r1.mpg"; end,
  1084.                         cShowCommand
  1085.                         with Flags is $00000004; Target is oVid_o3; end,
  1086.                         cRunCommand
  1087.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1088.                         cEnableCommand
  1089.                         with Flags is $00000004; Target is oVid_o3; end
  1090.                     ];
  1091.                 end,
  1092.                 cIfCookieCommand
  1093.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "23"; 
  1094.                     Commands is [
  1095.                         cShowCommand
  1096.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1097.                         cRunCommand
  1098.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1099.                         cEnableCommand
  1100.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1101.                         cSwitchURLCommand
  1102.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r2.mpg"; end,
  1103.                         cShowCommand
  1104.                         with Flags is $00000004; Target is oVid_o3; end,
  1105.                         cRunCommand
  1106.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1107.                         cEnableCommand
  1108.                         with Flags is $00000004; Target is oVid_o3; end
  1109.                     ];
  1110.                 end,
  1111.                 cIfCookieCommand
  1112.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "24"; 
  1113.                     Commands is [
  1114.                         cShowCommand
  1115.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1116.                         cRunCommand
  1117.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1118.                         cEnableCommand
  1119.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1120.                         cSwitchURLCommand
  1121.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r3.mpg"; end,
  1122.                         cShowCommand
  1123.                         with Flags is $00000004; Target is oVid_o3; end,
  1124.                         cRunCommand
  1125.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1126.                         cEnableCommand
  1127.                         with Flags is $00000004; Target is oVid_o3; end
  1128.                     ];
  1129.                 end,
  1130.                 cIfCookieCommand
  1131.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "25"; 
  1132.                     Commands is [
  1133.                         cShowCommand
  1134.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1135.                         cRunCommand
  1136.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1137.                         cEnableCommand
  1138.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1139.                         cSwitchURLCommand
  1140.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r4.mpg"; end,
  1141.                         cShowCommand
  1142.                         with Flags is $00000004; Target is oVid_o3; end,
  1143.                         cRunCommand
  1144.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1145.                         cEnableCommand
  1146.                         with Flags is $00000004; Target is oVid_o3; end
  1147.                     ];
  1148.                 end,
  1149.                 cIfCookieCommand
  1150.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "26"; 
  1151.                     Commands is [
  1152.                         cShowCommand
  1153.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1154.                         cRunCommand
  1155.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1156.                         cEnableCommand
  1157.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1158.                         cSwitchURLCommand
  1159.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
  1160.                         cShowCommand
  1161.                         with Flags is $00000004; Target is oVid_o3; end,
  1162.                         cRunCommand
  1163.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1164.                         cEnableCommand
  1165.                         with Flags is $00000004; Target is oVid_o3; end
  1166.                     ];
  1167.                 end,
  1168.                 cIfCookieCommand
  1169.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "27"; 
  1170.                     Commands is [
  1171.                         cShowCommand
  1172.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1173.                         cRunCommand
  1174.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1175.                         cEnableCommand
  1176.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1177.                         cSwitchURLCommand
  1178.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v1bis.mpg"; end,
  1179.                         cShowCommand
  1180.                         with Flags is $00000004; Target is oVid_o3; end,
  1181.                         cRunCommand
  1182.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1183.                         cEnableCommand
  1184.                         with Flags is $00000004; Target is oVid_o3; end
  1185.                     ];
  1186.                 end,
  1187.                 cIfCookieCommand
  1188.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "28"; 
  1189.                     Commands is [
  1190.                         cShowCommand
  1191.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1192.                         cRunCommand
  1193.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1194.                         cEnableCommand
  1195.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1196.                         cSwitchURLCommand
  1197.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v2.mpg"; end,
  1198.                         cShowCommand
  1199.                         with Flags is $00000004; Target is oVid_o3; end,
  1200.                         cRunCommand
  1201.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  1202.                         cEnableCommand
  1203.                         with Flags is $00000004; Target is oVid_o3; end,
  1204.                         cDoCookieCommand
  1205.                         with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
  1206.                     ];
  1207.                 end
  1208.             ];
  1209.         end,
  1210.         cMouseUpEvent
  1211.         with Flags is $00000004; Flag is true; 
  1212.             Commands is [
  1213.                 cEnableCommand
  1214.                 with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1215.                 cShowCommand
  1216.                 with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1217.                 cRunCommand
  1218.                 with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  1219.                 cTokenCommand
  1220.                 with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  1221.                 cBrowseCommand
  1222.                 with Flags is $00000004; URL is "sommaire.k"; end
  1223.             ];
  1224.         end
  1225.     ];
  1226. end;